From: Joey Hess Date: Fri, 7 Mar 2025 17:24:11 +0000 (-0400) Subject: todo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~114 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=78045f8e4f1507796c42e283ebfe0f207f6c04de;p=git-annex.git todo --- diff --git a/doc/todo/compute_special_remote_remaining_todos.mdwn b/doc/todo/compute_special_remote_remaining_todos.mdwn index bb522398a4..b3e7b4723e 100644 --- a/doc/todo/compute_special_remote_remaining_todos.mdwn +++ b/doc/todo/compute_special_remote_remaining_todos.mdwn @@ -1,6 +1,11 @@ This is the remainder of my todo list while I was building the compute special remote. --[[Joey]] +* **important** output of the program can contain escape sequences, + which could be a security problem. Eg, it could rebind a key to run a + command. So it seems the output needs to be passed through something to + sanitize it. + * write a tip showing how to use this * Write some simple compute programs so we have something to start with.